From 3595a9d8dc071707759cc6a3159455d17c969d83 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 16 Dec 2020 15:16:21 -0600 Subject: [PATCH] Update copyright and contact info --- bump_version | 4 ++-- make_dist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bump_version b/bump_version index 85eee35..b10f944 100755 --- a/bump_version +++ b/bump_version @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI. # @@ -18,7 +18,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc commit_version() { git add src/$1/VERSION diff --git a/make_dist b/make_dist index c09ad26..dd57902 100755 --- a/make_dist +++ b/make_dist @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018 The Meme Factory, Inc. http://www.karlpinc.com/ # This file is part of PGWUI. # @@ -18,7 +18,7 @@ # . # -# Karl O. Pinc +# Karl O. Pinc # Run "make dist" in all the pgwui projects. -- 2.34.1